home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / mathematics / plotters / 3dplot / src / makefile < prev    next >
Encoding:
Makefile  |  1992-06-23  |  591 b   |  21 lines

  1. 3d25ie: main15ie.o data2ie.o settings15.o openclose8.o plot15ie.o funceval3ie.o 3d25ie.lnk.all
  2.    blink with 3d25ie.lnk.all
  3.  
  4. main15ie.o: main15.c menuselect.h syntxerr.h common.h
  5.    LC -cc -fi -omain15ie.o main15
  6.  
  7. settings15.o: settings15.c settings.h menuselect.h
  8.    LC -cc settings15
  9.  
  10. openclose8.o: openclose8.c menuselect.h common.h
  11.    LC -cc openclose8
  12.  
  13. plot15ie.o: plot15.c menuselect.h common.h
  14.    LC -cc -fi -oplot15ie.o plot15
  15.  
  16. funceval3ie.o: funceval3.c syntxerr.h common.h
  17.    LC -cc -fi -ofunceval3ie.o funceval3
  18.  
  19. data2ie.o: data2.c data.h common.h
  20.    LC -cc -fi -odata2ie.o data2
  21.